FreeWare from lgaSoft.

SpellChecker is a simple spellchecking PlugIn that uses plain textfiles as source.
You can easily create your own sources by create a textfile with correct spelled words.
Look at the files english.dic and dutch.dic to see how they are built.

The edit dialog are wery simple to configure.

Select dictionary file:
Simply select the textfile you want to use as source, this file must exist in given path.


Variable to spellcheck:
Type the name of the variable that contains the text that you want to spellcheck.

Variable to store the result in:
Type the name of the variable that the checked text will return in.







***********************
*Interface- UserDialog*
***********************
User Dialog
The user dialog is displayed when you have called the Spell (sourceText) method and an unrecognized word is encountered.

The user dialog has a text box, a look ahead box and 5 buttons.

Edit box
The edit box shows the word that was not recognized.

The lookahead label
Shows the next 50 or so characters to show the user the context of the unrecognized word.

Skip
When the user click the Skip button, SpellChecker will just proceed with spell checking.

Skip All
When the user clicks the Skip All button, SpellChecker will stop with spell checking, but all changes and additions are reflected in the SourceText and in the user dictionary.

Add
This will add the word in the edit box to the user dictionary.

Change
The user will have to correct the word in the edit box before clicking this button. SpellChecker will then replace the found word in the SourceText, by the current text in the edit box.

Cancel
This will cancel the spell checking. Any changes to the text or additions to the user dicationary are discarded.